ASP.NET MVC コントロールヘルプ
MultiRow<T> クラス
メンバ 

C1.Web.Mvc.MultiRow アセンブリ > C1.Web.Mvc.MultiRow 名前空間 : MultiRow<T> クラス
MultiRowコントロールは、データを項目ごとに複数の行で表示および編集することができる強力で柔軟な方法を提供します。
オブジェクト モデル
MultiRow<T> クラス
シンタックス
'宣言
 
Public Class MultiRow(Of T) 
   Inherits C1.Web.Mvc.FlexGridBase(Of T)
   Implements C1.Web.Mvc.ITemplate 
public class MultiRow<T> : C1.Web.Mvc.FlexGridBase<T>, C1.Web.Mvc.ITemplate  
型パラメータ
T
継承階層

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexGridBase<T>
               C1.Web.Mvc.MultiRow.MultiRow<T>

参照

MultiRow<T> メンバ
C1.Web.Mvc.MultiRow 名前空間